!Boufy is a port I made from an MSX game made by Renan Jegouzo
and for which the listing was published in a French magazine.

It is basically a snake type game where you have to eat the green apples
while avoiding everything colliding into walls, mines, bad apples
which appear randomly during the game, or your on tail.

Colliding with an heart teleports you to another location where you appear
only after pressing space.

Just press space to start the game then use the arrow keys to guide the snake.

The port was made when I got my Archimedes for MODE 9 (320x256 in 16 colours).
It's one of my first attempt to programa game on the machine (in 1989 maybe)
it is not state of the art by reuses the venerable techniques of redefining
the system font's characters as graphics like it was done on the MSX
and has not a single sound effect.

The game should work in any mode with at least 16 colours
but if for some reason if fails to display correctly just change the line
"MODE 9" with an appropriate mode number or resolution (MODE x,y,bpp).
